3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The tableType parameter of the QAColorTableNew function specifies a color lookup table type. QuickDraw 3D RAVE currently supports these types of color lookup tables:
typedef enum TQAColorTableType {
kQAColorTable_CL8_RGB32 = 0,
kQAColorTable_CL4_RGB32 = 1
} TQAColorTableType;
Previous | QD3D Book | Overview | Chapter Contents | Next |